Palette2CTab
Palette2CTab Copy a whole palette to a color table
#include <Palettes.h> Palette Manager
void Palette2CTab( srcPalette, destCTab );
PaletteHandle srcPalette ; handle to Palette you want to copy
CTabHandle destCTab ; handle to the destination color table
Palette2CTab lets your application copy a whole palette into a color table in one
operation.
srcPalette is the color palette you're going to duplicate.
destCTab is the color table where the palette's values are going.
Returns: none

Notes: Palette2CTab copies an entire color palette into a color table. If the palette
and the color table are different sizes, the color table is shrunk or expanded to
match the palette. If either of the handles are NIL, no change takes place.